home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 November / macgaichiban199611.bin / NEWS ROOM / JungleParkDEMO / STAGE / HOMEDEMO.Dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1996-05-07  |  301 b   |  13 lines

  1. on exitFrame
  2.   global saruswnum, sarutch
  3.   if rollOver(saruswnum) then
  4.     cursor([2427, 2428])
  5.     if the mouseDown or (sarutch = 1) then
  6.       sarumove(27, 27, 23, "home8p", 24, "home8-3p", 25, "home8-4p", 26, "home8-5p", 21, "home8-6p")
  7.     end if
  8.   else
  9.     cursor(0)
  10.   end if
  11.   go(marker(0))
  12. end
  13.